home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / March 96 / Re Precompiled headers. < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.3 KB  |  [TEXT/ttxt]

  1. Subject:     Re:  Precompiled headers.
  2. Sent:        3/12/96 9:34 AM
  3. Received:    3/12/96 8:51 AM
  4. From:        Jim Lloyd, jim@melongem.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. At 11:01 AM 3/12/96, Gerard Allwein wrote:
  9. >I had that problem also...with CW8. I do not know if this will fix it for
  10. >you or if this is the proper fix for the problem. But it worked for me.
  11. >
  12. >Create a new project, and add the file ODF.pch++ to it. There are two
  13. >versions, one in CWPPCRelease/Precompile Headers and one in
  14. >CWPPCDebug/Precompile Headers. Both are in ODFDev folder.
  15. >
  16. >Then bring that project up to date. After I did this, I had no more problems.
  17. >I have only a dim idea of how all this stuff fits together so someone the
  18. >ODF team can probably give a more definitive answer.
  19.  
  20. The above approach should work, though another approach might have some
  21. advantages.  The precompiled header is built by the ODFFramework project.
  22. If you rebuilt it, you would get a new precompiled header.  You would also
  23. get the advantage of getting debug information with file paths defined in
  24. terms of your directory layout.  It's not a bad idea to rebuild all of the
  25. ODF projects for this latter reason.
  26.  
  27. Jim Lloyd
  28. ODF Team
  29.  
  30.